From 55f76d8bee4b684404797b819703c80aa2093fc9 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Wed, 20 Oct 2010 11:57:58 +0100 Subject: [PATCH] Do not install the hello-world and window-default example programs --- examples/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Makefile.am b/examples/Makefile.am index 66f9764b67..0dbef0aa44 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -49,4 +49,4 @@ LDADD = \ $(top_builddir)/gtk/$(gtktargetlib) \ $(GTK_DEP_LIBS) -bin_PROGRAMS = hello-world window-default +noinst_PROGRAMS = hello-world window-default -- 2.30.2